Upgrading

On this page:

Post Migration

Stage 4: Post-Migration Checklist

Use these steps to confirm all jobs have successfully migrated. This checklist is not required, but recommended as an audit process to update jobs with the latest version in the Mongo Collection.

  1. Navigate to Job Manager. The Active Jobs tab will open by default and display all the jobs currently running.

    • Filter for any active job.
    • Click the Visualize button (eye icon) in the Actions column of the Job Manager UI to display job details for the active job.
    • Confirm the Start Date, End Date and Assignee details are updated.
  2. Run a job query from the Mongo Collection.

    db.getCollection('jobs').find({"_id":"6c6b2cba7e7e4437bde501a9"})
  3. Confirm the lastUpdatedVersion for Workflow Builder.

    “lastUpdatedVersion” : < WFB - version >
    • For example: 2020.1.11 - “lastUpdatedVersion” : 5.10.4-2020.1.49.0
  4. Results from the two steps above will successfully confirm the jobs migration for the upgrade path.

Next Step

Go to Stage 5: IAG Migration if you have Automation Gateway.


Back to Stage 3: Migration

Home Page